home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / power302.zip / TAPE.BAT < prev    next >
DOS Batch File  |  1992-11-12  |  312b  |  24 lines

  1. @echo off
  2. rem
  3. rem (c) Copyright 1992
  4. rem Colorado Memory Systems Inc.
  5. rem All Rights Reserved.
  6. rem
  7.  
  8. rem Change Drive
  9. %1:
  10.  
  11. rem Change Directory
  12. cd %2
  13.  
  14. rem Now run the tape software
  15.  
  16. TAPE.EXE %4 %5 %6 %7
  17.  
  18. rem Let the user see the results before we return
  19.  
  20. if NOT "%4" == "" pause
  21.  
  22. @echo on
  23.  
  24.